PHPackages                             siddarthpushparaj/my-own-use - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. siddarthpushparaj/my-own-use

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

siddarthpushparaj/my-own-use
============================

Generates ASE swatch files for use with Adobe products.

027PHP

Since Mar 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/siddarthpushparaj/my-own-use)[ Packagist](https://packagist.org/packages/siddarthpushparaj/my-own-use)[ RSS](/packages/siddarthpushparaj-my-own-use/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Adobe Swatch Exchange Generator
===============================

[](#adobe-swatch-exchange-generator)

Programmatically generates Adobe `.ase` files for use with the Adobe suite of applications.

Requirements
------------

[](#requirements)

The following software is **required** for to run:

- [PHP](http://php.net) 5.3.2+
- The [mbstring](http://php.net/manual/en/book.mbstring.php) extension.

Examples
--------

[](#examples)

```
use Ase\Color\Hex;
use Ase\Generator;
use Ase\Palette\Palette;

$ase = new Generator(array(
	new Palette('I got the blues', array(
		new Hex('One',   '0033ff'),
		new Hex('Two',   '#03c'),
		new Hex('Three', '#0066cc'),
	)),
));

file_put_contents('palette.ase', $ase->makePalette());
```

Installation
------------

[](#installation)

Depending on your needs, there are a few different ways you can install Adobe Swatch Exchange Generator:

### Bundle with Composer

[](#bundle-with-composer)

Install
-------

[](#install)

composer require skyzyx/adobe-swatch-exchange

\--- Below not working / \* To add Adobe Swatch Exchange Generator as a [Composer](https://github.com/composer/composer) dependency in your `composer.json` file:

```
{
	"require": {
		"skyzyx/adobe-swatch-encoder": ">=1.0"
	}
}
```*/

### Install source from GitHub
To install the source code for Adobe Swatch Exchange Generator:

```sh
git clone git://github.com/skyzyx/adobe-swatch-encoder.git
cd adobe-swatch-encoder
wget --quiet http://getcomposer.org/composer.phar
php composer.phar install -o
```

### Install source from zip/tarball

[](#install-source-from-ziptarball)

Alternatively, you can fetch a [tarball](https://github.com/skyzyx/adobe-swatch-encoder/tarball/master) or [zipball](https://github.com/skyzyx/adobe-swatch-encoder/zipball/master):

```
curl https://github.com/skyzyx/adobe-swatch-encoder/tarball/master | tar xzv
```

```
wget https://github.com/skyzyx/adobe-swatch-encoder/tarball/master -O - | tar xzv
```

### Using a Class Loader

[](#using-a-class-loader)

If you're using a class loader (e.g., [Symfony Class Loader](https://github.com/symfony/ClassLoader)) for [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md)-style class loading:

```
$loader->registerNamespace('Ase', 'path/to/vendor/Ase/src');
```

Contributing
------------

[](#contributing)

To view the list of existing [contributors](/skyzyx/adobe-swatch-encoder/contributors), run the following command from the Terminal:

```
git shortlog -sne --no-merges
```

### How?

[](#how)

Here's the process for contributing:

1. Fork Adobe Swatch Exchange Generator to your GitHub account.
2. Clone your GitHub copy of the repository into your local workspace.
3. Write code, fix bugs, and add tests with 100% code coverage.
4. Commit your changes to your local workspace and push them up to your GitHub copy.
5. You submit a GitHub pull request with a description of what the change is.
6. The contribution is reviewed. Maybe there will be some banter back-and-forth in the comments.
7. If all goes well, your pull request will be accepted and your changes are merged in.
8. You will become "Internet famous" with anybody who runs `git shortlog` from the Terminal. :)

Authors, Copyright &amp; Licensing
----------------------------------

[](#authors-copyright--licensing)

- Copyright (c) 2007 [Chris Williams](http://www.colourlovers.com)
- Copyright (c) 2013 [Ryan Parman](http://ryanparman.com).

See also the list of [contributors](/skyzyx/adobe-swatch-encoder/contributors) who participated in this project.

Licensed for use under the terms of the [MIT license](http://www.opensource.org/licenses/mit-license.php).

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/e9bcdab21937109ab94e4d684142e956f9da7433198cb1fd3c22ad2967e56734?d=identicon)[pushparaj26](/maintainers/pushparaj26)

---

Top Contributors

[![siddarthpushparaj](https://avatars.githubusercontent.com/u/5682374?v=4)](https://github.com/siddarthpushparaj "siddarthpushparaj (3 commits)")

### Embed Badge

![Health badge](/badges/siddarthpushparaj-my-own-use/health.svg)

```
[![Health](https://phpackages.com/badges/siddarthpushparaj-my-own-use/health.svg)](https://phpackages.com/packages/siddarthpushparaj-my-own-use)
```

###  Alternatives

[eluceo/ical

The eluceo/iCal package offers an abstraction layer for creating iCalendars. You can easily create iCal files by using PHP objects instead of typing your \*.ics file by hand. The output will follow RFC 5545 as best as possible.

1.2k17.5M47](/packages/eluceo-ical)[bitcoin-php/bitcoin-ecdsa

PHP library allowing to generate BTC addresses from private keys

23062.6k7](/packages/bitcoin-php-bitcoin-ecdsa)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
