{"id":16423545,"url":"https://github.com/piotrpolak/pepiscms-sms-api","last_synced_at":"2026-04-12T18:34:44.902Z","repository":{"id":141739117,"uuid":"104397631","full_name":"piotrpolak/pepiscms-sms-api","owner":"piotrpolak","description":"PepisCMS CRUD module consuming SMS API deployed on an Android device.","archived":false,"fork":false,"pushed_at":"2019-01-08T17:02:15.000Z","size":161,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-07T13:47:21.524Z","etag":null,"topics":["docker","pepiscms","php","python","smsapi"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/piotrpolak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-21T20:50:54.000Z","updated_at":"2019-01-08T17:02:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"329a45c6-2c93-4ff8-b7e9-afc0c427e36d","html_url":"https://github.com/piotrpolak/pepiscms-sms-api","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/piotrpolak%2Fpepiscms-sms-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpolak%2Fpepiscms-sms-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpolak%2Fpepiscms-sms-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpolak%2Fpepiscms-sms-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piotrpolak","download_url":"https://codeload.github.com/piotrpolak/pepiscms-sms-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240587518,"owners_count":19825004,"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":["docker","pepiscms","php","python","smsapi"],"created_at":"2024-10-11T07:40:12.269Z","updated_at":"2026-04-12T18:34:39.878Z","avatar_url":"https://github.com/piotrpolak.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PepisCMS SMS API demo\n\nSMS API client demo. See the main [CRUD controller](app/modules/sms_api/controllers/Sms_apiAdmin.php).\n\nIt combines both [PepisCMS](https://github.com/piotrpolak/pepiscms) and\n[Android HTTP server](https://github.com/piotrpolak/android-http-server).\n\n# Prerequisites\n\n * Docker and Docker compose\n\n# Preview\n\n![List](docs/screens/screen-list.png)\n\n![Send message](docs/screens/screen-send-message.png)\n\n## Setup steps\n\n* Stat the environment:\n\n    ```bash\n    docker-compose up\n    ```\n\n* Open the installation script in browser at [http://localhost/install.php](http://localhost/install.php)\n    The default credentials are `demo@example.com` / `demodemo`\n\n* Clean up the environment:\n\n    ```bash\n    docker-compose down \u0026\u0026 docker-compose kill\n    ```\n    \n## Additional commands\n\n* Reinitialize PepisCMS\n\n    ```bash\n    sudo rm -rf mysql/ \\\n          app/application/config/ \\\n          app/application/cache/ \\\n          app/index.php app/.htaccess \\\n          app/composer.lock  \\\n          app/vendor/\n    ```\n\n* Delete all docker containers\n\n    ```bash\n    docker rm $(docker ps -a -q)\n    ```\n\n* Delete all docker images\n\n    ```bash\n    docker rmi $(docker images -q)\n    ```\n    \n* Reinitialize everything\n\n    ```bash\n    docker-compose down; docker-compose kill; \\\n    docker rmi pepiscmssmsapi_web; \\\n    sudo rm -rf mysql/ app/ \u0026\u0026 git checkout app/ \u0026\u0026 \\\n    docker-compose up\n    ```\n    \n* Get back write rights to app\n\n    ```bash\n    sudo chown -R ${USER}:${USER} app/\n    ```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrpolak%2Fpepiscms-sms-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiotrpolak%2Fpepiscms-sms-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrpolak%2Fpepiscms-sms-api/lists"}