{"id":22110886,"url":"https://github.com/webplusmultimedia/appointment-scheduler","last_synced_at":"2025-07-17T14:34:22.407Z","repository":{"id":143837338,"uuid":"523801982","full_name":"webplusmultimedia/appointment-scheduler","owner":"webplusmultimedia","description":"Enterprises appointment scheduler","archived":false,"fork":false,"pushed_at":"2022-08-11T17:35:53.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T04:28:40.161Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webplusmultimedia.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-08-11T16:55:13.000Z","updated_at":"2022-08-11T16:55:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"645743f6-b861-4454-a967-870406f6626f","html_url":"https://github.com/webplusmultimedia/appointment-scheduler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"spatie/package-skeleton-laravel","purl":"pkg:github/webplusmultimedia/appointment-scheduler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webplusmultimedia%2Fappointment-scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webplusmultimedia%2Fappointment-scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webplusmultimedia%2Fappointment-scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webplusmultimedia%2Fappointment-scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webplusmultimedia","download_url":"https://codeload.github.com/webplusmultimedia/appointment-scheduler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webplusmultimedia%2Fappointment-scheduler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265617148,"owners_count":23798978,"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-12-01T10:31:19.284Z","updated_at":"2025-07-17T14:34:22.364Z","avatar_url":"https://github.com/webplusmultimedia.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[\u003cimg src=\"https://github-ads.s3.eu-central-1.amazonaws.com/support-ukraine.svg?t=1\" /\u003e](https://supportukrainenow.org)\n\n# This is my package appointment-scheduler\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/appointment-scheduler/appointment-scheduler.svg?style=flat-square)](https://packagist.org/packages/appointment-scheduler/appointment-scheduler)\n[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/appointment-scheduler/appointment-scheduler/run-tests?label=tests)](https://github.com/appointment-scheduler/appointment-scheduler/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/appointment-scheduler/appointment-scheduler/Fix%20PHP%20code%20style%20issues?label=code%20style)](https://github.com/appointment-scheduler/appointment-scheduler/actions?query=workflow%3A\"Fix+PHP+code+style+issues\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/appointment-scheduler/appointment-scheduler.svg?style=flat-square)](https://packagist.org/packages/appointment-scheduler/appointment-scheduler)\n\nThis is where your description should go. Limit it to a paragraph or two. Consider adding a small example.\n\n## Support us\n\n[\u003cimg src=\"https://github-ads.s3.eu-central-1.amazonaws.com/appointment-scheduler.jpg?t=1\" width=\"419px\" /\u003e](https://spatie.be/github-ad-click/appointment-scheduler)\n\nWe invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).\n\nWe highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require appointment-scheduler/appointment-scheduler\n```\n\nYou can publish and run the migrations with:\n\n```bash\nphp artisan vendor:publish --tag=\"appointment-scheduler-migrations\"\nphp artisan migrate\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"appointment-scheduler-config\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n];\n```\n\nOptionally, you can publish the views using\n\n```bash\nphp artisan vendor:publish --tag=\"appointment-scheduler-views\"\n```\n\n## Usage\n\n```php\n$appointmentScheduler = new AppointmentScheduler\\AppointmentScheduler();\necho $appointmentScheduler-\u003eechoPhrase('Hello, AppointmentScheduler!');\n```\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](https://github.com/webplusmultimedia/.github/blob/main/CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [webplusm](https://github.com/webplusmultimedia)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebplusmultimedia%2Fappointment-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebplusmultimedia%2Fappointment-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebplusmultimedia%2Fappointment-scheduler/lists"}