dev-master
9999999-devAppointment maker integrated with Google Calendar API
MIT
The Requires
The Development Requires
by Kenny Karnama
by KapanLagi Youniverse
by Martino Catur
Wallogit.com
2017 © Pedro Peláez
Appointment maker integrated with Google Calendar API
Appointment maker with google calendar api integration., (*1)
Download and install this package using composer composer require kly/appointment. Load up the autoloader and call the classes you need., (*2)
Fork the original repository., (*3)
Clone from your repository, (*4)
https://github.com/<YOUR_GIT_USERNAME>/appointment.git, (*5)
Sync your fork with the original repository., (*6)
git remote add upstream https://github.com/KLYgarage/appointment.git, (*7)
git pull upstream master, (*8)
Create a branch. Remember, the name of the branch, should express what you're doing, (*9)
git checkout -b <BRANCH_NAME>, (*10)
Save credential_example.json to credential.json. Modify the content accordingly based on your google api calendar settings. For more information about how to enable google calendar api, refer to the following url : google calendar api, (*11)
When you're fininished developing, you can create pull request. Pull request can be done using the following steps :, (*12)
git add ., (*13)
git commit -m <YOUR_COMMIT_MESSAGE>, (*14)
git push -u origin <YOUR_BRANCH_NAME>, (*15)
Go to your github account, on tab pull request, add your comment. Be detailed, use imperative, emoticon to make it clearer., (*16)
Watch for feedbacks !, (*17)
PHP CS Fixer is intended to fix coding standard. So, Remember! to always run PHP CS Fixer before you create pull request., (*18)
`composer run cs-fix`
Open a command prompt or terminal, navigate to project directory and run command php ./phpunit --bootstrap ./test/bootstrap.php ./test/, (*19)
> php ./phpunit --bootstrap ./test/bootstrap.php ./test/ PHPUnit 4.8.36 by Sebastian Bergmann and contributors. .................. Time: 14 seconds, Memory: 10.00MB OK (18 tests, 98 assertions)
Appointment maker integrated with Google Calendar API
MIT