2017 © Pedro Peláez
 

library php-alfred

Library to create Alfred workflows using PHP

image

frdmn/php-alfred

Library to create Alfred workflows using PHP

  • Monday, January 2, 2017
  • by frdmn
  • Repository
  • 1 Watchers
  • 1 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 5 % Grown

The README.md

php-alfred

Forked from @jdfwarrior/Workflows to create a Packagist/Composer package., (*1)

See dferg.us for full class documentation., (*2)

Usage

<?php
require __DIR__ . '/vendor/autoload.php';

// Create new workflow instance
$alfred = new \frdmn\PhpAlfred\Workflows();

// Construct array with workflow data
$array = [
    [
      'uid'   => 0,
      'arg'   => 'test',
      'title' => 'Title'
    ]
];

// Print XML
print $alfred->toXML($array);

Installation

  1. Install using Composer:
    composer require frdmn/php-alfred

Contributing

  1. Fork it
  2. Create your feature branch: git checkout -b feature/my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin feature/my-new-feature
  5. Submit a pull request

Requirements / Dependencies

  • PHP >= 5.3
  • Composer

Version

0.3.6, (*3)

The Versions

02/01 2017

dev-master

9999999-dev

Library to create Alfred workflows using PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by David Ferguson
by Jonas Friedmann

01/01 2017

0.3.6

0.3.6.0

Library to create Alfred workflows using PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by David Ferguson
by Jonas Friedmann

04/04 2016

0.3.5

0.3.5.0

Library to create Alfred workflows using PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by David Ferguson
by Jonas Friedmann

04/04 2016

0.3.4

0.3.4.0

Library to create Alfred workflows using PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by David Ferguson
by Jonas Friedmann

04/04 2016

0.3.3

0.3.3.0

Library to create Alfred workflows using PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by David Ferguson
by Jonas Friedmann