Download the PHP
package omnicolor/calendar without Composer
On this page you can find all versions of the php package
omnicolor/calendar. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor omnicolor Package calendar Short Description Package for handling a calendar with notes and events License
MIT
FAQ
After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.
Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.
In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories.
In this case some credentials are needed to access such packages.
Please use the auth.json textarea to insert credentials, if a package is coming from a private repository.
You can look here for more information.
Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
To use Composer is sometimes complicated. Especially for beginners.
Composer needs much resources. Sometimes they are not available on a simple webspace.
If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
This package allows storing arbitrary data attached to a date. In my particular use case, I wanted to be able to store information about what's going on in a role playing game, to allow rendering a rich history of the game so far.
Usage
This example uses stdClass to represent arbitrary data, but could be a PHP class. Storing it in the database could either be done through converting the object to a JSON representation or serializing it, whichever works best for your particular use case.
Rendering
If you'd like to render a plain calendar on a web page, there's an example decorator that will wrap just the calendar's dates in \<div> tags that you can style as you see fit. It will generate something like:
If you'd like to render the calendar's entry data, you'll need to implement something similar to BasicHtmlDecorator that handles your particular data.
Tests
You can run the unit tests for the calendar with composer test, or if you'd like to view a code coverage report, composer coverage. Code style (composer cs-fix) and static analysis (composer phpstan) are also available. composer all will run tests with coverage, code style, and static analysis.
Requiresphp Version
^8.0 nesbot/carbon Version
^2.65
Composer command for our command line client (download client)This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free.Standard composer command
The package omnicolor/calendar contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.