Download the PHP package heywhy/bucketjs without Composer
On this page you can find all versions of the php package heywhy/bucketjs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package bucketjs
BucketJS Library
- it tries to help you make your codes well organised i.e. a class per file
-
matches app/core/controller.js file in the base directory.
- it tries to implement Namespacing in the other languages
- Include the src/Bucket.js file in your page and you are set to use it.
- The dist directory consists of the different aspects implemented into the library
it is very simple to use
Changes prior to version 1.0.0
- added a mini caching system to reduce load time and performance by caching loaded files,
and fetching them from the cache on another visit to the site instead of requesting them from
the server which can be an overkill.
we store the cached files using the localStorage object attaching every cached item to property
CacheLogger, so be careful not to delete the key CacheLogger from the localStorage object - removed static method addProperty of Bucket
- attached a static method getCacheSystem which returns an instance of Cache
- added method burstAllCache to delete every property attached tho the property CacheLogger
-
Added the cache configuration property to the configuration setting of the library
- automate:boolean which sets if the Caching system should be automated
- expires:string which has to be a valid date format, e.g. 1 month, 3 days, 4 hours e.t.c.
- added method load to Bucket, it loads files passed to it using ajax
If you think the project worths it, you can fork the library and you can contribute to it,
and if you think there are some things we missing, please kindly contact me at [email protected] or
make a pull request listing the changes you want to be added or you can make them yourself and request a
pull to merge your changes, thanks.
All versions of bucketjs with dependencies
PHP Build Version
Package Version
No informations.
The package heywhy/bucketjs contains the following files
Loading the files please wait ....