-
Notifications
You must be signed in to change notification settings - Fork 15
Timestamps
Ben Sherred edited this page Dec 8, 2019
·
2 revisions
You may have noticed that some getters return an instance of Carbon. If the API returns a DateTime, we convert this to an instance of Carbon so it's easier to use within your application.
If you've never used Carbon, don't worry it's super easy to use.
Carbon is a simple PHP API extension for DateTime, you can find out more information about Carbon by visiting the following link https://carbon.nesbot.com.
If you have any questions about the library, you can create a topic on our forum.
This package is open-source and is licensed under the MIT license.