Download the PHP package scribe/cssembed-library without Composer

On this page you can find all versions of the php package scribe/cssembed-library. 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 cssembed-library

CSSEmbed

Available here, on GitHub, and Packagist--and consumable by anything that understand a composer.json file.

So, What is It?

CSSEmbed is a small Java library used to automate embedding of data URIs within CSS files.

Everyone Needs to Stop Forking!

Yes, I can almost hear the incoherent ramblings of another open-source blogger as he slowly types out his depressing articles about the bleak future of open source--and it's all because of forking!

"This recent fork of yours represents the uphill struggle of open source projects and their community.

"Why? If I may ask?"

Todays programmers simply don't contribute to the original author's work anymore! Instead, they fork the project for their own benefit and within a short time, inevitably fall into a never-ending state of working in parallel with the original project--continually engineering the same core logic--but as two, independent groups. Simply, such behavior doesn't benefit you, the original author, or the open source community." -Unnamed Open Source Blogger

Sorry, But I Just Want Dependencies To Work

This is a direct fork of nzakas/cssembed, a project which has not been touched by its author for over three years. It has been built and packaged per the most recent prior release, and registered with Packagist so Composer can call the dependency directly without me having to much about with horrible scripted workarounds.

As for the continued future of this project, I don't plan to contribute any new features in the near future, but ff you encounter any issues and are unable to contact the previous author, feel free to log them in this repositories bug-tracker--I'll be sure to get back to you in a timely manner. Furthermore, if any new code is release upstream I plan to keep this repository current.

On the flip side, if you like getting your hands dirty, pull requests are graciously accepted as well.

Well Then, Who Are You?

You can call me Rob--likely because that's my name. If you're the curious type, I'm sure my GitHub handle provides all the information you need on your way to pillaging my identity and credit (go ahead, Google me if you're looking for an unrewarding search).

When I am not writing long-winded and meaningless READMEs, I'm employed as a Software Architect for Scribe Inc, a company working to further publishing services and related technologies at-pace with the continually evolving trends and growing consumption devices and ecosystems.

I contribute to a range of projects scattered in different "tubes of the Internet" but am most recently proud to share the wide array of code the systems team at Scribe Inc has been able to open source this past year.

Enough Already; How Do I

If you'd like to be able to use this binary within your Symfony or other Composer-based project, it's dead simple. First, add the dependency to the require or requireDev section of your composer.json file:

Lastly, and update your vendor packages:

After composer has completed calculating and updating your project dependencies, a new executable will be available within your configured composer bin folder. For example, within a Symfony ~2.4 project, the executable is located /at/your/project/root/bin/scribe-cssembed.

Assetic Filter Configuration

If you use Assetic for asset management with its corresponding AsseticBundle integration within the Symfony framework, you can easily create an "asset filter" using the cssembed jar file.

Within your Symfony project, locate your configuration file (generally located /at/your/project/root/app/config/config.yml) and locate the assetic section. Within this section you can define filters that can be applied to any assets managed through Assetic. Here is a short snippet of the Symfony Assetic configuration to get you started:

For detailed information on available configuration options and more usage example, visit the Assetic and AsseticBundle pages.

License

The MIT License (MIT)

Copyright (c) 2014 Scribe Inc. [email protected] Copyright (c) 2009 Nicholas C. Zakas.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


All versions of cssembed-library with dependencies

PHP Build Version
Package Version
No informations.
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 scribe/cssembed-library contains the following files

Loading the files please wait ....