TravauxCe wiki traite principalement de mes travaux scientifiques et techniques, ainsi que de mes projets personnels. 
Revenir au site de Benjamin Billet
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente | |||
| 
                    phpackman [2014/03/02 15:54] Benjamin Billet  | 
                
                    phpackman [2014/03/02 15:58] (Version actuelle) Benjamin Billet  | 
            ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | PHPackman (pronounce pacman) is a very simpe library for packaging a PHP application into a single self-extracting PHP file. | + | **PHPackman** (pronounce pacman) is a very simpe library for packaging a PHP application into a single self-extracting PHP file. | 
| The generated archives are PHP files that contains multiple files (compressed or juste base64-encoded) and the code required for rebuilding the hierarchy of files.\\ | The generated archives are PHP files that contains multiple files (compressed or juste base64-encoded) and the code required for rebuilding the hierarchy of files.\\ | ||
| Ligne 20: | Ligne 20: | ||
| phpackman_build($phpackman, 'archive_name.pack.php'); | phpackman_build($phpackman, 'archive_name.pack.php'); | ||
| </code> | </code> | ||
| + | Note: For OOP addicts, a wrapper is provided with the library. See the source code for more information. | ||
| The source code is available on BitBucket under the licence [[http://creativecommons.org/licenses/by/4.0/|Creative Commons Attribution 4.0 International (CC BY 4.0)]] : https://bitbucket.org/bbillet/phpackman | The source code is available on BitBucket under the licence [[http://creativecommons.org/licenses/by/4.0/|Creative Commons Attribution 4.0 International (CC BY 4.0)]] : https://bitbucket.org/bbillet/phpackman | ||