Skip to content

Commit 6035448

Browse files
- First Release.
0 parents  commit 6035448

26 files changed

Lines changed: 201 additions & 0 deletions

LICENSE

Whitespace-only changes.

README.md

Whitespace-only changes.

examples/alias_operations.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php

examples/collection_operations.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php

examples/curation_operations.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php

src/Alias.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
4+
namespace Devloops\Typesence;
5+
6+
7+
class Alias
8+
{
9+
10+
}

src/Aliases.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
4+
namespace Devloops\Typesence;
5+
6+
7+
class Aliases
8+
{
9+
10+
}

src/ApiCall.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
4+
namespace Devloops\Typesence;
5+
6+
7+
class ApiCall {
8+
9+
}

src/Client.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
4+
class Client {
5+
6+
}

src/Collection.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
4+
namespace Devloops\Typesence;
5+
6+
7+
class Collection
8+
{
9+
10+
}

0 commit comments

Comments
 (0)