Download the PHP package dvlpp/sharp without Composer

On this page you can find all versions of the php package dvlpp/sharp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

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.
Please rate this library. Is it a good library?

Informations about the package sharp

This package is still maintained, but Sharp 4, a whole new version of it with a new perspective for Laravel 5.4+ is available here: code16/sharp

Sharp

A Laravel CMS for developers who hate CMS

Sharp is a Laravel CMS package which intent to greatly simplify data management of a website without implicating a special data storage or organization, being as much as possible data-agnostic.

Well, I think I can try to be clearer: in many of my web projects there's a lot of business data to manage, and my clients need some tool to handle those texts, images, lists, links and other stuff. I can either develop each time a dedicated admin panel (hmm... no), or integrate a full CMS, in which case I often have to adapt my data storage technology and database schema to the CMS tool (or sometimes worse, the tool manages itself my data structure). Sharp is an decent attempt to keep the CMS cool part (data inputs including uploads, lists, ..., validation, auth, ...) without the crap (Sharp doesn't know about my database nor about the way I want to organize my code).

Note: this documentation is written as a tutorial: it's best to read it from the beginning to the end, because we are going to follow a small example. But if you are an adventurer, no problem: I think each part is readable alone also.

And another note: as you can probably guess, english is not my first language. Well, you'll have to deal with it.


Installation

OK, you're good to go. One final note: after an composer update, always re-run the asset publish command to be sure to have the last files (but DO NOT re-run the config:publish command, which will erase your existing Sharp config).


Full documentation

Here's the doc index.


Quick overview in screenshots

Sharp provides a simple way to handle entities lists with ordering, pagination, search, state indicator, column data rendering and more

Entities lists can easily be re-arrange

Sharp generated forms can include file uploads, dynamic lists and many more other field types

Form Validation is mostly automatic and easy


All versions of sharp with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5.9
laravel/framework Version 5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*
laravelcollective/html Version 5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*
intervention/image Version 2.*
erusev/parsedown Version ~1.1
mustache/mustache Version ~2.6.0
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 dvlpp/sharp contains the following files

Loading the files please wait ....