{"id":15076769,"url":"https://github.com/ashurai/pharms_easy","last_synced_at":"2026-01-04T04:04:05.588Z","repository":{"id":185384492,"uuid":"174935442","full_name":"ashurai/pharms_easy","owner":"ashurai","description":"A demo project to manage User profile","archived":false,"fork":false,"pushed_at":"2019-03-14T08:11:36.000Z","size":157,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T00:11:27.152Z","etag":null,"topics":["bootstrap","html5","php7","symfony3"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ashurai.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,"governance":null}},"created_at":"2019-03-11T06:02:02.000Z","updated_at":"2019-03-14T08:11:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"e2a61d6a-94b9-4ca8-8f50-56cde8e3f9c6","html_url":"https://github.com/ashurai/pharms_easy","commit_stats":null,"previous_names":["ashurai/pharms_easy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashurai%2Fpharms_easy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashurai%2Fpharms_easy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashurai%2Fpharms_easy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashurai%2Fpharms_easy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashurai","download_url":"https://codeload.github.com/ashurai/pharms_easy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243864824,"owners_count":20360360,"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":["bootstrap","html5","php7","symfony3"],"created_at":"2024-09-25T04:02:36.871Z","updated_at":"2026-01-04T04:04:00.557Z","avatar_url":"https://github.com/ashurai.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install \u0026 Run on local machine by follwing steps\n`git clone https://github.com/ashurai/pharms_easy.git`\n\nafter making clone please create a database with name pharm_easy \n\nand after that `cd pharms_easy` and please install composer by \n\n`composer install`\n\nif a linux system then please make sure that `var/cache/ var/logs/ var/sessions` have read and write access\n\nat the of installation compodser it will ask for few local system configuration\nafter configuration please execute this two below command \n\n`php bin/console doctrine:schema:update --force`\n\nand after that run your local server\n\n`php bin/console server:run`\n\nlater you can paste this url in brower and you can see the loaded pages\n\n`http://127.0.0.1:8000/`\n\n\n\nSymfony Standard Edition\n========================\n\n**WARNING**: This distribution does not support Symfony 4. See the\n[Installing \u0026 Setting up the Symfony Framework][15] page to find a replacement\nthat fits you best.\n\nWelcome to the Symfony Standard Edition - a fully-functional Symfony\napplication that you can use as the skeleton for your new applications.\n\nFor details on how to download and get started with Symfony, see the\n[Installation][1] chapter of the Symfony Documentation.\n\nWhat's inside?\n--------------\n\nThe Symfony Standard Edition is configured with the following defaults:\n\n  * An AppBundle you can use to start coding;\n\n  * Twig as the only configured template engine;\n\n  * Doctrine ORM/DBAL;\n\n  * Swiftmailer;\n\n  * Annotations enabled for everything.\n\nIt comes pre-configured with the following bundles:\n\n  * **FrameworkBundle** - The core Symfony framework bundle\n\n  * [**SensioFrameworkExtraBundle**][6] - Adds several enhancements, including\n    template and routing annotation capability\n\n  * [**DoctrineBundle**][7] - Adds support for the Doctrine ORM\n\n  * [**TwigBundle**][8] - Adds support for the Twig templating engine\n\n  * [**SecurityBundle**][9] - Adds security by integrating Symfony's security\n    component\n\n  * [**SwiftmailerBundle**][10] - Adds support for Swiftmailer, a library for\n    sending emails\n\n  * [**MonologBundle**][11] - Adds support for Monolog, a logging library\n\n  * **WebProfilerBundle** (in dev/test env) - Adds profiling functionality and\n    the web debug toolbar\n\n  * **SensioDistributionBundle** (in dev/test env) - Adds functionality for\n    configuring and working with Symfony distributions\n\n  * [**SensioGeneratorBundle**][13] (in dev env) - Adds code generation\n    capabilities\n\n  * [**WebServerBundle**][14] (in dev env) - Adds commands for running applications\n    using the PHP built-in web server\n\n  * **DebugBundle** (in dev/test env) - Adds Debug and VarDumper component\n    integration\n\nAll libraries and bundles included in the Symfony Standard Edition are\nreleased under the MIT or BSD license.\n\nEnjoy!\n\n[1]:  https://symfony.com/doc/3.4/setup.html\n[6]:  https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html\n[7]:  https://symfony.com/doc/3.4/doctrine.html\n[8]:  https://symfony.com/doc/3.4/templating.html\n[9]:  https://symfony.com/doc/3.4/security.html\n[10]: https://symfony.com/doc/3.4/email.html\n[11]: https://symfony.com/doc/3.4/logging.html\n[13]: https://symfony.com/doc/current/bundles/SensioGeneratorBundle/index.html\n[14]: https://symfony.com/doc/current/setup/built_in_web_server.html\n[15]: https://symfony.com/doc/current/setup.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashurai%2Fpharms_easy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashurai%2Fpharms_easy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashurai%2Fpharms_easy/lists"}