{"id":21401493,"url":"https://github.com/spoonx/sxblog","last_synced_at":"2025-07-13T21:31:57.842Z","repository":{"id":57057047,"uuid":"8489995","full_name":"SpoonX/SxBlog","owner":"SpoonX","description":"A simple blog module for zend framework 2","archived":false,"fork":false,"pushed_at":"2015-10-20T07:45:45.000Z","size":217,"stargazers_count":16,"open_issues_count":7,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-14T05:16:30.675Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SpoonX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-28T22:56:27.000Z","updated_at":"2023-02-28T20:21:58.000Z","dependencies_parsed_at":"2022-08-24T14:53:00.702Z","dependency_job_id":null,"html_url":"https://github.com/SpoonX/SxBlog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpoonX%2FSxBlog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpoonX%2FSxBlog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpoonX%2FSxBlog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpoonX%2FSxBlog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpoonX","download_url":"https://codeload.github.com/SpoonX/SxBlog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225919600,"owners_count":17545296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-22T15:28:08.614Z","updated_at":"2024-11-22T15:28:09.208Z","avatar_url":"https://github.com/SpoonX.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SxBlog\n\nThis is a very simple blog module. It should suffice for those with simple wishes.\n\nInstallation\n-------------\n1. add the requirement to your composer.json file by either...\n\n    ... Adding it through the command line,\n\n    ```\n    ./composer.phar require spoonx/sxblog\n    When asked for a version, type: \"dev-master\"\n    ```\n\n    or, adding it manually to your composer.json file and then running ./composer.phar install to install the dependencies\n\n    ```\n    {\n        \"require\": {\n            \"spoonx/sxblog\": \"dev-master\"\n        }\n    }\n    ```\n\n2. Enable the newly added modules in `config/application.config.php`\n\n    ```php\n    \u003c?php\n    return array(\n        'modules' =\u003e array(\n\n            /* ... */\n            'ZfcUser',\n            'ZfcUserDoctrineORM',\n            'DoctrineModule',\n            'DoctrineORMModule',\n            'SxBlog',\n            /* ... */\n\n        ),\n    );\n    ```\n\n3. Copy the config files to your autoload dir\n\n    `cp vendor/spoonx/sxblog/config/database.local.php.dist config/autoload/database.local.php`\n    `cp vendor/spoonx/sxblog/config/sxblog.global.php.dist config/autoload/sxblog.global.php`\n\n    Next up, open the files and change the params to fit your needs.\n\n4. Update the database\n\n    `./vendor/bin/doctrine-module orm:schema-tool:update --force`\n\n5. Make sure cache dir is writable\n\n    If you're running into problems, try making the cache dir writable by executing `chown -R :www-data data; sudo chmod -R 775 data` (`www-data` being your apache user.)\n\n## Questions / support\nIf you're having trouble with the module there are a couple of resources that might be of help.\n* [RWOverdijk at irc.freenode.net #zftalk.dev](http://webchat.freenode.net?channels=zftalk.dev%2Czftalk\u0026uio=MTE9MTAz8d)\n* [Issue tracker](https://github.com/SpoonX/SxBlog/issues). (Please try to not submit unrelated issues).\n* By [mail](mailto:r.w.overdijk@gmail.com?Subject=SxBlog%20help)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspoonx%2Fsxblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspoonx%2Fsxblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspoonx%2Fsxblog/lists"}